• Undocumented

    See more

    Declaration

    Swift

    public enum Value<T> : Codable where T : Decodable, T : Encodable
    extension Value: Equatable where T: Equatable
  • Whether extruded geometries are lit relative to the map or viewport.

    See more

    Declaration

    Swift

    public enum Anchor : String, Codable, CaseIterable
  • Orientation of circle when map is pitched.

    See more

    Declaration

    Swift

    public enum CirclePitchAlignment : String, Codable, CaseIterable
  • Controls the scaling behavior of the circle when the map is pitched.

    See more

    Declaration

    Swift

    public enum CirclePitchScale : String, Codable, CaseIterable
  • Controls the frame of reference for circle-translate.

    See more

    Declaration

    Swift

    public enum CircleTranslateAnchor : String, Codable, CaseIterable
  • Controls the frame of reference for fill-extrusion-translate.

    See more

    Declaration

    Swift

    public enum FillExtrusionTranslateAnchor : String, Codable, CaseIterable
  • Controls the frame of reference for fill-translate.

    See more

    Declaration

    Swift

    public enum FillTranslateAnchor : String, Codable, CaseIterable
  • Direction of light source when map is rotated.

    See more

    Declaration

    Swift

    public enum HillshadeIlluminationAnchor : String, Codable, CaseIterable
  • Part of the icon placed closest to the anchor.

    See more

    Declaration

    Swift

    public enum IconAnchor : String, Codable, CaseIterable
  • Orientation of icon when map is pitched.

    See more

    Declaration

    Swift

    public enum IconPitchAlignment : String, Codable, CaseIterable
  • In combination with symbol-placement, determines the rotation behavior of icons.

    See more

    Declaration

    Swift

    public enum IconRotationAlignment : String, Codable, CaseIterable
  • Scales the icon to fit around the associated text.

    See more

    Declaration

    Swift

    public enum IconTextFit : String, Codable, CaseIterable
  • Controls the frame of reference for icon-translate.

    See more

    Declaration

    Swift

    public enum IconTranslateAnchor : String, Codable, CaseIterable
  • The display of line endings.

    See more

    Declaration

    Swift

    public enum LineCap : String, Codable, CaseIterable
  • The display of lines when joining.

    See more

    Declaration

    Swift

    public enum LineJoin : String, Codable, CaseIterable
  • Controls the frame of reference for line-translate.

    See more

    Declaration

    Swift

    public enum LineTranslateAnchor : String, Codable, CaseIterable
  • The resampling/interpolation method to use for overscaling, also known as texture magnification filter

    See more

    Declaration

    Swift

    public enum RasterResampling : String, Codable, CaseIterable
  • Undocumented

    See more

    Declaration

    Swift

    public enum ResolvedImage : Codable
    extension ResolvedImage: Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ResolvedImageData : Codable, Equatable
  • The type of the sky

    See more

    Declaration

    Swift

    public enum SkyType : String, Codable, CaseIterable
  • Defines rendering behavior of model in respect to other 3D scene objects.

    See more

    Declaration

    Swift

    public enum ModelType : String, Codable, CaseIterable
  • Represents a color as defined by the Mapbox Style Spec

    See more

    Declaration

    Swift

    public struct StyleColor : Codable, Equatable
  • The transition property for a layer. A transition property controls timing for the interpolation between a transitionable style property’s previous value and new value.

    See more

    Declaration

    Swift

    public struct StyleTransition : Codable
  • Label placement relative to its geometry.

    See more

    Declaration

    Swift

    public enum SymbolPlacement : String, Codable, CaseIterable
  • Determines whether overlapping symbols in the same layer are rendered in the order that they appear in the data source or by their y-position relative to the viewport. To control the order and prioritization of symbols otherwise, use symbol-sort-key.

    See more

    Declaration

    Swift

    public enum SymbolZOrder : String, Codable, CaseIterable
  • Part of the text placed closest to the anchor.

    See more

    Declaration

    Swift

    public enum TextAnchor : String, Codable, CaseIterable
  • Text justification options.

    See more

    Declaration

    Swift

    public enum TextJustify : String, Codable, CaseIterable
  • Orientation of text when map is pitched.

    See more

    Declaration

    Swift

    public enum TextPitchAlignment : String, Codable, CaseIterable
  • In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text.

    See more

    Declaration

    Swift

    public enum TextRotationAlignment : String, Codable, CaseIterable
  • Specifies how to capitalize text, similar to the CSS text-transform property.

    See more

    Declaration

    Swift

    public enum TextTransform : String, Codable, CaseIterable
  • Controls the frame of reference for text-translate.

    See more

    Declaration

    Swift

    public enum TextTranslateAnchor : String, Codable, CaseIterable
  • The property allows control over a symbol’s orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single ‘vertical’ enum value. For symbol with point placement, the order of elements in an array define priority order for the placement of an orientation variant. For symbol with line placement, the default text writing mode is either [‘horizontal’, ‘vertical’] or [‘vertical’, ‘horizontal’], the order doesn’t affect the placement.

    See more

    Declaration

    Swift

    public enum TextWritingMode : String, Codable, CaseIterable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Visibility : String, Codable